home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / develop Issue 26 / develop Issue 26 code / Wide (64 bit) Library / WideLib Change History < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.3 KB  |  78 lines  |  [TEXT/MPS ]

  1. # Copyright © 1996 by Apple Computer, Inc.  All rights reserved.
  2. # Int64Lib Change History
  3. #
  4. #    FILE
  5. #    Int64Lib Change History
  6. #
  7. #    NAME
  8. #        Int64Lib
  9. #
  10. #    DESCRIPTION
  11. #        This file chronicles the changes made to the Shared Int64Lib project.
  12. #
  13. # ------------------------------------------------------------------------------------------
  14. #
  15. # Please keep your comments simple.
  16. #
  17. # Try not to comment on the future but only on the present.
  18. #
  19. # Please keep the following format in this file:
  20. #
  21. #
  22.  
  23. v.vvvv        -    ddd iii                // this is a version release comment
  24.     comment............
  25.     comment............
  26.     
  27.             -    ddd iii                // this is a generic history comment
  28.     comment............
  29.     comment............
  30.  
  31. #
  32. # where: v.vvvv is the latest official build version,
  33. #         ddd is the date of the comment,
  34. #         iii is the comment maker's initials,
  35. #
  36. #############################################################################################
  37.  
  38. 1.0d1    -    18 Jul 96    -    TRT
  39.     Initial version.
  40.     
  41.     The first library supported is the WideLib code for both 68K and PPC,
  42.     created from code supplied in _develop_ magazine, issue #26.
  43.     This library has been compiled under the following development systems:
  44.     - Symantec C 68K 7.0.5
  45.     - CodeWarrior 9 (68K and PPC)
  46.     - MPW 3.3.1 (MPWC 68K and PPCC PPC)
  47.     - MPW 3.4.1 (SC 68K and MrC PPC)
  48.     
  49.     For MPW, users need to include Wide.h (from Shared.Common:Includes:) in their
  50.     source. The GX version of the WideLib as described in _develop_ is currently
  51.     NOT supported. MPW 68K applications need to link with Wide.Lib, and MPW PPC
  52.     applications need to link with Wide.xcoff.
  53.     
  54. 1.0d2    -    28 Jul 96    -    TRT
  55.     Changed Wide library names to use better naming conventions :
  56.     
  57.     Old name        New name
  58.     
  59.     Wide.Lib        Wide.68K.lib
  60.     Wide.xcoff        Wide.PPC.xcoff
  61.     
  62.     Added following versions of libraries :
  63.     
  64.     Wide.68K.lib.SC - for MPW 3.4.x
  65.     Wide.PPC.xcoff.MrC - for MPW 3.4.x
  66.  
  67. 1.0d3    -    05 Aug 96    -    TRT
  68.  
  69.     Modified SCMBuild script to do a bit more checking.
  70.     Updated source code to be compatible with Universal Headers v3.0d5
  71.     
  72.     But these headers don't come with standard ANSI C includes, so
  73.     you need you copy the ANSI headers, or change CIncludes/PPCCIncludes
  74.     to something like : 
  75.     
  76.     Set CIncludes "Mac OS 8 Interfaces & Libraries:Interfaces:CIncludes:, {CIncludes}"
  77.     Set PPCCIncludes "Mac OS 8 Interfaces & Libraries:Interfaces:CIncludes:, {PPCCIncludes}"
  78.